Skip to content

Conversation

simeonschaub
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Aug 12, 2025

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/execution.jl b/test/execution.jl
index e15a434..312998c 100644
--- a/test/execution.jl
+++ b/test/execution.jl
@@ -135,20 +135,20 @@ end
     end
 end
 
-@testset "backends" begin
-    llvm_backend_llvm = sprint() do io
-        OpenCL.code_llvm(io, () -> nothing, (); dump_module = true, backend = :llvm)
-    end
-    if Int === Int64
-        @test occursin("target triple = \"spirv64-unknown-unknown-unknown\"", llvm_backend_llvm)
-    end
+    @testset "backends" begin
+        llvm_backend_llvm = sprint() do io
+            OpenCL.code_llvm(io, () -> nothing, (); dump_module = true, backend = :llvm)
+        end
+        if Int === Int64
+            @test occursin("target triple = \"spirv64-unknown-unknown-unknown\"", llvm_backend_llvm)
+        end
 
-    llvm_backend_khronos = sprint() do io
-        OpenCL.code_llvm(io, () -> nothing, (); dump_module = true, backend = :khronos)
-    end
-    if Int === Int64
-        @test occursin("target triple = \"spir64-unknown-unknown\"", llvm_backend_khronos)
+        llvm_backend_khronos = sprint() do io
+            OpenCL.code_llvm(io, () -> nothing, (); dump_module = true, backend = :khronos)
+        end
+        if Int === Int64
+            @test occursin("target triple = \"spir64-unknown-unknown\"", llvm_backend_khronos)
+        end
     end
-end
 
 end

Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.86%. Comparing base (7a7b8e9) to head (07fa60e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #358      +/-   ##
==========================================
- Coverage   79.01%   78.86%   -0.15%     
==========================================
  Files          12       12              
  Lines         672      672              
==========================================
- Hits          531      530       -1     
- Misses        141      142       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simeonschaub
Copy link
Contributor Author

Failures look unrelated? Looks like something broke with the upstream pocl build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants